The H5T_REFERENCE_CREATE function creates a reference datatype object.
Result = H5T_REFERENCE_CREATE([/REGION])
The Result is either an integer (if an object reference is created) or a structure (if a dataspace region reference is created) giving the identifier of the new datatype. The datatype identifier returned from this function should be released with H5T_CLOSE.
None
If set a dataspace region reference will be created. The default is to create an object reference.
See the example under H5F_CREATE.
6.2 |
Introduced |